home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / lightwave / lwmlist / 96.lightwave-0122 / 000069_lightwave@garcia.com _Tue Jan 23 00:42:21 1996.msg < prev    next >
Internet Message Format  |  1996-02-03  |  2KB

  1. Received: from relay1.UU.NET (relay1.UU.NET [192.48.96.5]) by keeper.albany.net (8.7.1/8.7.1) with ESMTP id AAA03774 for <dwarner@albany.net>; Tue, 23 Jan 1996 00:42:21 -0500 (EST)
  2. Received: from garcia.com by relay1.UU.NET with SMTP 
  3.     id QQzzsg09729; Tue, 23 Jan 1996 00:32:33 -0500 (EST)
  4. Received: from  (localhost) by garcia.com (5.x/SMI-SVR4)
  5.     id AA04850; Tue, 23 Jan 1996 00:31:50 -0500
  6. Date: Tue, 23 Jan 1996 00:31:50 -0500
  7. Errors-To: dwarner@albany.net
  8. Message-Id: <Pine.3.89.9601230039.E9161-0100000@minnie.risd.edu>
  9. Errors-To: dwarner@albany.net
  10. Reply-To: lightwave@garcia.com
  11. Originator: lightwave@garcia.com
  12. Sender: lightwave@garcia.com
  13. Precedence: bulk
  14. From: Joe Angell <jangell@risd.edu>
  15. To: Multiple recipients of list <lightwave@garcia.com>
  16. Subject: Re: Lw on PC and SGI
  17. X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
  18. Status: RO
  19. X-Status: 
  20.  
  21.  
  22. > I thought I read that the PC version of lightwave doesn't care what way the
  23. > slashes are.  It already understands that the Amiga slashes are different from
  24. > the PC.  It would make sense this would carry over to the SGI version.
  25.  
  26. You're right -- the PC version doesn't care. However, I noticed that the 
  27. LW 4.00k Beta that comes with Flyer 4.07 for the Amiga, ironically, has 
  28. the slash problem.  Attempting to move PC files to the Amiga results in 
  29. files not being found for two reasons:
  30.  
  31.     1:    The \ should be a /
  32.     2:    Amiga lines end with LF, and PC lines end with LW+CR, so 
  33.         every file you try to load has a funny square at the end.
  34.  
  35. Because of this, I've been working on a C program to strip the CRs and 
  36. replace \ with / in LW Scene files (I'll do a version that works on LW 
  37. objects latter, once I learn how to load IFFs).  Once I add a few more bells 
  38. (like pattern matching and ASL file requesters), I'll make it available 
  39. on AmiNet and to anyone else qho wants it (give me another week...).  
  40. Amiga only, though (like anyone else'll need it...)
  41.  
  42. ..and it's a really good programing exercise so I can learn C. :)
  43.  
  44. -- Joe